| Einhugur Xml Plugin for Xojo |
|
Node.ToString Method
Converts the Node and all nodes under it to xml string. This variation of the function takes in custom format flags. See constants on the EinhugurXml module.

ToString(
formatFlags
as Integer)
as String
Parameters
- formatFlags
- Format flags, see constants on the EinhugurXml module.
Returns
- String
Remarks
See Also
Node Class